home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9426 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1003 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC++
  5. Date: 1 Mar 1996 17:43:44 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4h7d0g$ojd@news.interpath.net>
  8. References: <4gt1s9$m7r@pixar.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Shalini Govil (shalini) wrote:
  13.  
  14. : a> Will the 16 bit code compile verbatim as 32 bit?
  15.  
  16. I imagine it will unless it uses some function that no longer
  17. exists. The real question is will it WORK in 32 bit! DLLs have
  18. changed -- the entry and exit points, etc are different.
  19.  
  20. : b> MSVC++ V4.0 ONLY compiled in 32 bit. I was looking for something which would
  21. : compile both 16 bit and 32 bit. Any other compilers out there which could do 
  22. : this? 
  23.  
  24. Borland's compiler supports multiple targets in the same compiler; I think
  25. some of the others I've never used do too like Watcom.
  26.  
  27. Scott
  28.  
  29.  
  30.